home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Soldat / soldat12.exe / setup.exe / {app} / Config.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2004-01-18  |  14KB  |  624 lines

  1. object Form1: TForm1
  2.   Left = 894
  3.   Top = 584
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Soldat Setup'
  7.   ClientHeight = 348
  8.   ClientWidth = 364
  9.   Color = 13551536
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label4: TLabel
  21.     Left = 8
  22.     Top = 328
  23.     Width = 100
  24.     Height = 13
  25.     Caption = 'Soldat Setup ver. 1.2'
  26.   end
  27.   object Button1: TButton
  28.     Left = 208
  29.     Top = 304
  30.     Width = 153
  31.     Height = 41
  32.     Caption = 'Save and Exit'
  33.     TabOrder = 0
  34.     OnClick = TestClick
  35.   end
  36.   object PageControl1: TPageControl
  37.     Left = 0
  38.     Top = 0
  39.     Width = 361
  40.     Height = 297
  41.     ActivePage = TabSheet1
  42.     TabIndex = 0
  43.     TabOrder = 1
  44.     object TabSheet1: TTabSheet
  45.       Caption = 'Graphics'
  46.       object Label3: TLabel
  47.         Left = 16
  48.         Top = 192
  49.         Width = 75
  50.         Height = 13
  51.         Caption = 'Video Adapters:'
  52.       end
  53.       object ChFullscreen: TCheckBox
  54.         Left = 8
  55.         Top = 24
  56.         Width = 169
  57.         Height = 17
  58.         Caption = 'Fullscreen'
  59.         Checked = True
  60.         State = cbChecked
  61.         TabOrder = 0
  62.       end
  63.       object GroupBox1: TGroupBox
  64.         Left = 8
  65.         Top = 96
  66.         Width = 65
  67.         Height = 73
  68.         Caption = 'Bitrate'
  69.         TabOrder = 1
  70.         object R16: TRadioButton
  71.           Left = 8
  72.           Top = 24
  73.           Width = 49
  74.           Height = 17
  75.           Caption = '16'
  76.           Checked = True
  77.           TabOrder = 0
  78.           TabStop = True
  79.         end
  80.         object R32: TRadioButton
  81.           Left = 8
  82.           Top = 48
  83.           Width = 41
  84.           Height = 17
  85.           Caption = '32'
  86.           TabOrder = 1
  87.         end
  88.       end
  89.       object GroupBox2: TGroupBox
  90.         Left = 96
  91.         Top = 96
  92.         Width = 105
  93.         Height = 73
  94.         Caption = 'Refresh rate'
  95.         TabOrder = 2
  96.         object RDefault: TRadioButton
  97.           Left = 8
  98.           Top = 16
  99.           Width = 89
  100.           Height = 17
  101.           Caption = 'Default'
  102.           Checked = True
  103.           TabOrder = 0
  104.           TabStop = True
  105.         end
  106.         object RHigh: TRadioButton
  107.           Left = 8
  108.           Top = 48
  109.           Width = 89
  110.           Height = 17
  111.           Caption = 'High'
  112.           TabOrder = 1
  113.         end
  114.         object RAverage: TRadioButton
  115.           Left = 8
  116.           Top = 32
  117.           Width = 81
  118.           Height = 17
  119.           Caption = 'Average'
  120.           TabOrder = 2
  121.         end
  122.       end
  123.       object VideoBox: TListBox
  124.         Left = 16
  125.         Top = 209
  126.         Width = 209
  127.         Height = 44
  128.         ItemHeight = 13
  129.         TabOrder = 3
  130.       end
  131.       object AliasBox: TCheckBox
  132.         Left = 8
  133.         Top = 64
  134.         Width = 201
  135.         Height = 17
  136.         Caption = 'Antialiasing'
  137.         TabOrder = 4
  138.       end
  139.       object DithBox: TCheckBox
  140.         Left = 8
  141.         Top = 48
  142.         Width = 185
  143.         Height = 17
  144.         Caption = 'Dithering'
  145.         TabOrder = 5
  146.       end
  147.     end
  148.     object TabSheet2: TTabSheet
  149.       Caption = 'Sound'
  150.       ImageIndex = 1
  151.       object Label2: TLabel
  152.         Left = 16
  153.         Top = 192
  154.         Width = 84
  155.         Height = 13
  156.         Caption = 'Sound Driver List:'
  157.       end
  158.       object Label1: TLabel
  159.         Left = 16
  160.         Top = 104
  161.         Width = 96
  162.         Height = 13
  163.         Caption = 'Sound Output Type:'
  164.       end
  165.       object GroupBox3: TGroupBox
  166.         Left = 16
  167.         Top = 16
  168.         Width = 105
  169.         Height = 73
  170.         Caption = 'Sound Quality'
  171.         TabOrder = 0
  172.         object RSLow: TRadioButton
  173.           Left = 8
  174.           Top = 16
  175.           Width = 89
  176.           Height = 17
  177.           Caption = 'Low'
  178.           TabOrder = 0
  179.         end
  180.         object RSNormal: TRadioButton
  181.           Left = 8
  182.           Top = 32
  183.           Width = 89
  184.           Height = 17
  185.           Caption = 'Normal'
  186.           Checked = True
  187.           TabOrder = 1
  188.           TabStop = True
  189.         end
  190.         object RSHigh: TRadioButton
  191.           Left = 8
  192.           Top = 48
  193.           Width = 89
  194.           Height = 17
  195.           Caption = 'High'
  196.           TabOrder = 2
  197.         end
  198.       end
  199.       object DriverBox: TListBox
  200.         Left = 16
  201.         Top = 124
  202.         Width = 161
  203.         Height = 49
  204.         ItemHeight = 13
  205.         Items.Strings = (
  206.           '1'
  207.           '2'
  208.           '3')
  209.         TabOrder = 1
  210.       end
  211.       object OutputBox: TListBox
  212.         Left = 16
  213.         Top = 209
  214.         Width = 161
  215.         Height = 44
  216.         ItemHeight = 13
  217.         Items.Strings = (
  218.           'DirectSound'
  219.           'Windows Multimedia Waveout'
  220.           'NoSound')
  221.         TabOrder = 2
  222.         OnClick = OutputBoxClick
  223.       end
  224.     end
  225.     object TabSheet4: TTabSheet
  226.       Caption = 'Performance'
  227.       ImageIndex = 3
  228.       object BulletCheck: TCheckBox
  229.         Left = 176
  230.         Top = 24
  231.         Width = 169
  232.         Height = 17
  233.         Caption = 'Render Bullet Trails'
  234.         TabOrder = 0
  235.       end
  236.       object GroupBox6: TGroupBox
  237.         Left = 16
  238.         Top = 16
  239.         Width = 145
  240.         Height = 81
  241.         Caption = 'Particles on screen'
  242.         TabOrder = 1
  243.         object PartRadio3: TRadioButton
  244.           Left = 8
  245.           Top = 56
  246.           Width = 129
  247.           Height = 17
  248.           Caption = 'Even less'
  249.           TabOrder = 0
  250.         end
  251.         object PartRadio2: TRadioButton
  252.           Left = 8
  253.           Top = 40
  254.           Width = 129
  255.           Height = 17
  256.           Caption = 'Less'
  257.           TabOrder = 1
  258.         end
  259.         object PartRadio1: TRadioButton
  260.           Left = 8
  261.           Top = 24
  262.           Width = 129
  263.           Height = 17
  264.           Caption = 'Maximum (default)'
  265.           TabOrder = 2
  266.         end
  267.       end
  268.       object GroupBox7: TGroupBox
  269.         Left = 16
  270.         Top = 112
  271.         Width = 137
  272.         Height = 97
  273.         Caption = 'Bot Seeing Quality'
  274.         TabOrder = 2
  275.         object BotRadio3: TRadioButton
  276.           Left = 8
  277.           Top = 56
  278.           Width = 113
  279.           Height = 17
  280.           Caption = 'Poor'
  281.           TabOrder = 0
  282.         end
  283.         object BotRadio2: TRadioButton
  284.           Left = 8
  285.           Top = 40
  286.           Width = 113
  287.           Height = 17
  288.           Caption = 'Normal (default)'
  289.           TabOrder = 1
  290.         end
  291.         object BotRadio1: TRadioButton
  292.           Left = 8
  293.           Top = 24
  294.           Width = 113
  295.           Height = 17
  296.           Caption = 'Great'
  297.           TabOrder = 2
  298.         end
  299.         object BotRadio4: TRadioButton
  300.           Left = 8
  301.           Top = 72
  302.           Width = 113
  303.           Height = 17
  304.           Caption = 'Very poor'
  305.           TabOrder = 3
  306.         end
  307.       end
  308.       object WeatherCheck: TCheckBox
  309.         Left = 176
  310.         Top = 40
  311.         Width = 177
  312.         Height = 17
  313.         Caption = 'Render Weather Effects'
  314.         TabOrder = 3
  315.       end
  316.       object ConsoleCheck: TCheckBox
  317.         Left = 176
  318.         Top = 72
  319.         Width = 169
  320.         Height = 17
  321.         Caption = 'Show Death Console'
  322.         TabOrder = 4
  323.       end
  324.       object LogCheck: TCheckBox
  325.         Left = 176
  326.         Top = 112
  327.         Width = 161
  328.         Height = 17
  329.         Caption = 'File logging'
  330.         TabOrder = 5
  331.       end
  332.       object SmoothCheck: TCheckBox
  333.         Left = 176
  334.         Top = 56
  335.         Width = 169
  336.         Height = 17
  337.         Caption = 'Render smooth polygons'
  338.         TabOrder = 6
  339.       end
  340.     end
  341.     object TabSheet5: TTabSheet
  342.       Caption = 'Network'
  343.       ImageIndex = 4
  344.       object GroupBox8: TGroupBox
  345.         Left = 0
  346.         Top = 0
  347.         Width = 353
  348.         Height = 289
  349.         Caption = 'Server'
  350.         TabOrder = 0
  351.         object Label5: TLabel
  352.           Left = 16
  353.           Top = 80
  354.           Width = 126
  355.           Height = 13
  356.           Caption = 'Game port (default 23073):'
  357.         end
  358.         object Label8: TLabel
  359.           Left = 16
  360.           Top = 112
  361.           Width = 98
  362.           Height = 13
  363.           Caption = 'Max Client Ping (ms):'
  364.         end
  365.         object Label7: TLabel
  366.           Left = 8
  367.           Top = 140
  368.           Width = 202
  369.           Height = 13
  370.           Caption = 'Servers greetings message (max 50 chars):'
  371.         end
  372.         object Label9: TLabel
  373.           Left = 8
  374.           Top = 180
  375.           Width = 302
  376.           Height = 13
  377.           Caption = 'Server link (web page address or admins e-mail - max. 60 chars):'
  378.         end
  379.         object Label6: TLabel
  380.           Left = 16
  381.           Top = 24
  382.           Width = 127
  383.           Height = 13
  384.           Caption = 'Internet connection speed:'
  385.         end
  386.         object PortEdit: TEdit
  387.           Left = 208
  388.           Top = 80
  389.           Width = 41
  390.           Height = 21
  391.           TabOrder = 0
  392.           Text = '23073'
  393.         end
  394.         object MaxPingBox: TComboBox
  395.           Left = 208
  396.           Top = 108
  397.           Width = 73
  398.           Height = 21
  399.           ItemHeight = 13
  400.           TabOrder = 1
  401.           Text = '1000'
  402.           Items.Strings = (
  403.             '50'
  404.             '100'
  405.             '150'
  406.             '200'
  407.             '250'
  408.             '300'
  409.             '350'
  410.             '400'
  411.             '450'
  412.             '500'
  413.             '550'
  414.             '600'
  415.             '700'
  416.             '800'
  417.             '900'
  418.             '1000'
  419.             '1500'
  420.             '2000')
  421.         end
  422.         object GreetMessage: TEdit
  423.           Left = 8
  424.           Top = 156
  425.           Width = 233
  426.           Height = 21
  427.           TabOrder = 2
  428.         end
  429.         object ServerInfo: TEdit
  430.           Left = 8
  431.           Top = 196
  432.           Width = 329
  433.           Height = 21
  434.           TabOrder = 3
  435.         end
  436.         object ASEBox: TCheckBox
  437.           Left = 8
  438.           Top = 240
  439.           Width = 321
  440.           Height = 25
  441.           Caption = 'Register server with All-Seeing Eye (ASE)'
  442.           TabOrder = 4
  443.         end
  444.         object SpeedBox: TComboBox
  445.           Left = 16
  446.           Top = 40
  447.           Width = 145
  448.           Height = 21
  449.           Style = csDropDownList
  450.           ItemHeight = 13
  451.           ItemIndex = 0
  452.           TabOrder = 5
  453.           Text = 'Modem > 14.4K'
  454.           Items.Strings = (
  455.             'Modem > 14.4K'
  456.             'ISDN > 56.6K'
  457.             'DSL > 128K'
  458.             'T1 > 1M')
  459.         end
  460.         object ForwardBox: TCheckBox
  461.           Left = 8
  462.           Top = 224
  463.           Width = 337
  464.           Height = 17
  465.           Caption = 'Never forward clients  (firewall with open ports)'
  466.           TabOrder = 6
  467.         end
  468.       end
  469.     end
  470.     object TabSheet3: TTabSheet
  471.       Caption = 'More'
  472.       ImageIndex = 4
  473.       object Label10: TLabel
  474.         Left = 16
  475.         Top = 152
  476.         Width = 51
  477.         Height = 13
  478.         Caption = 'Language:'
  479.       end
  480.       object GroupBox9: TGroupBox
  481.         Left = 8
  482.         Top = 8
  483.         Width = 225
  484.         Height = 137
  485.         Caption = 'Troubleshooting:'
  486.         TabOrder = 3
  487.         object CBox: TCheckBox
  488.           Left = 8
  489.           Top = 24
  490.           Width = 209
  491.           Height = 17
  492.           Caption = 'Video Compatibility'
  493.           TabOrder = 0
  494.         end
  495.         object SBox: TCheckBox
  496.           Left = 8
  497.           Top = 48
  498.           Width = 209
  499.           Height = 17
  500.           Caption = 'Force Software'
  501.           TabOrder = 1
  502.         end
  503.         object ATIBox: TCheckBox
  504.           Left = 8
  505.           Top = 72
  506.           Width = 209
  507.           Height = 17
  508.           Caption = 'Blank screen while bonus fix (ATI cards)'
  509.           TabOrder = 2
  510.         end
  511.       end
  512.       object IntroBox: TCheckBox
  513.         Left = 16
  514.         Top = 224
  515.         Width = 249
  516.         Height = 17
  517.         Caption = 'Play Intro'
  518.         TabOrder = 0
  519.       end
  520.       object GroupBox5: TGroupBox
  521.         Left = 120
  522.         Top = 104
  523.         Width = 113
  524.         Height = 41
  525.         Caption = 'Backbuffer Count'
  526.         TabOrder = 1
  527.         object RB0: TRadioButton
  528.           Left = 8
  529.           Top = 16
  530.           Width = 33
  531.           Height = 17
  532.           Caption = '1'
  533.           TabOrder = 0
  534.         end
  535.         object RB1: TRadioButton
  536.           Left = 40
  537.           Top = 16
  538.           Width = 33
  539.           Height = 17
  540.           Caption = '2'
  541.           Checked = True
  542.           TabOrder = 1
  543.           TabStop = True
  544.         end
  545.         object RB2: TRadioButton
  546.           Left = 72
  547.           Top = 16
  548.           Width = 25
  549.           Height = 17
  550.           Caption = '3'
  551.           TabOrder = 2
  552.         end
  553.       end
  554.       object GroupBox4: TGroupBox
  555.         Left = 240
  556.         Top = 8
  557.         Width = 113
  558.         Height = 89
  559.         Caption = 'Texture Filters:'
  560.         TabOrder = 2
  561.         object RDiscard: TRadioButton
  562.           Left = 8
  563.           Top = 16
  564.           Width = 97
  565.           Height = 17
  566.           Caption = 'None'
  567.           TabOrder = 0
  568.         end
  569.         object RFlip: TRadioButton
  570.           Left = 8
  571.           Top = 32
  572.           Width = 97
  573.           Height = 17
  574.           Caption = 'Point'
  575.           TabOrder = 1
  576.         end
  577.         object RCopy: TRadioButton
  578.           Left = 8
  579.           Top = 48
  580.           Width = 97
  581.           Height = 17
  582.           Caption = 'Linear (default)'
  583.           Checked = True
  584.           TabOrder = 2
  585.           TabStop = True
  586.         end
  587.         object RCopySync: TRadioButton
  588.           Left = 8
  589.           Top = 64
  590.           Width = 97
  591.           Height = 17
  592.           Caption = 'Anisotropic'
  593.           TabOrder = 3
  594.         end
  595.       end
  596.       object ClanBox: TCheckBox
  597.         Left = 16
  598.         Top = 248
  599.         Width = 321
  600.         Height = 17
  601.         Caption = 'Clanmatch (team colors are based on first player in team)'
  602.         TabOrder = 4
  603.       end
  604.       object LangFiles: TFileListBox
  605.         Left = 16
  606.         Top = 168
  607.         Width = 169
  608.         Height = 41
  609.         ItemHeight = 13
  610.         TabOrder = 5
  611.       end
  612.       object ChangeButton: TButton
  613.         Left = 192
  614.         Top = 184
  615.         Width = 65
  616.         Height = 25
  617.         Caption = 'Change'
  618.         TabOrder = 6
  619.         OnClick = ChangeButtonClick
  620.       end
  621.     end
  622.   end
  623. end
  624.